home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 April / EnigmA AMIGA RUN 17 (1997)(G.R. Edizioni)(IT)[!][issue 1997-04][EAR-CD].iso / EARCD / comm / tcp / amirc11_efnet.readme < prev    next >
Text File  |  1997-01-05  |  2KB  |  40 lines

  1. Short:    Patch AmIRC 1.1 for broken Efnet servers
  2. Author:   owagner@vapor.com (Oliver Wagner)
  3. Uploader: owagner@dmt.wupper.de (Oliver Wagner)
  4. Type:     comm/tcp
  5. Kurz:     Patch fuer AmIRC 1.1 & Efnet-Server-Bug
  6.  
  7. A certain efnet server patch causes servers to reject AmIRC as a "bot",
  8. based on the "USER" statement used by AmIRC during login.  The server patch
  9. is totally wrong and violating RFC-1459, although this obviosuly doesn't
  10. help the issue at all.
  11.  
  12. To overcome the server bug, you can modify your AmIRC executable.  Load it
  13. into an hex editor, and search for the string "USER %s . . :%s".  Modify
  14. this string to "USER %s - - :%s".  Be careful to not touch anything else in
  15. the executable.
  16.  
  17. I've created a set of spatches to modify the AmIRC 1.1 executable
  18. accordingly. They are applied as follows:
  19.  
  20.  spatch -pAmIRC_efnet.PCH AmIRC
  21.  
  22. or
  23.  
  24.  spatch -pAmIRC020_efnet.PCH AmIRC020
  25.  
  26. from a shell window. The modified executable will be
  27. named "AmIRC.new"or "AmIRC020.new" after the patch.
  28.  
  29.  
  30. ============================= Archive contents =============================
  31.  
  32. Original  Packed Ratio    Date     Time    Name
  33. -------- ------- ----- --------- --------  -------------
  34.      132     125  5.3% 31-Dec-96 17:58:38  AmIRC020_efnet.PCH
  35.      880     493 43.9% 31-Dec-96 17:58:12  AmIRC11_Efnet_Patch.readme
  36.      128     124  3.1% 31-Dec-96 17:58:40  AmIRC_efnet.PCH
  37.    14636    9285 36.5% 09-Apr-96 18:56:00  spatch
  38. -------- ------- ----- --------- --------
  39.    15776   10027 36.4% 01-Jan-97 18:56:14   4 files
  40.